home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / comms / other / novia / src / protos / novia_tcpip_protos.h < prev   
C/C++ Source or Header  |  1999-12-06  |  547b  |  10 lines

  1. #ifndef NOVIA_REGISTERS_H
  2. #include <novia/novia_registers.h>
  3. #endif
  4.  
  5. LONG __saveds ASM nslib_uucp_sendmail(register __a0 INet_POP3Server *server, register __a1 INet_Mail *mail);
  6. LONG __saveds ASM nslib_uucp_getmails(register __a0 INet_POP3Server *server);
  7. void __saveds ASM nslib_CopyUUCPName(register __a0 char *string, register __a1 char *RealName, register __a2 char *Name);
  8. UBYTE __saveds ASM nslib_GetUUCPMonth(register __a0 char *string);
  9. void __saveds ASM nslib_ConvertUUCPDate(register __a0 char *string, register __a1 struct Date *date);
  10.